home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000708_tim@maths.tcd.ie_Sat Jul 2 04:58:32 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA05849
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 2 Jul 1994 04:58:32 -0400
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa28878; 2 Jul 94 1:41 BST
  5. Subject: Re: web2c and xdvik changes for IRIX5.2
  6. To: Richard Weidner <richard@ovid.jpl.nasa.gov>
  7. Date: Sat, 2 Jul 1994 01:41:11 (BST)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9407011608.ZM18937@ovid.jpl.nasa.gov> from "Richard Weidner" at Jul 1, 94 04:08:11 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 585       
  16. Message-Id:  <9407020141.aa01183@hamilton.maths.tcd.ie>
  17.  
  18. > In xdvik-1.8/xdvik, I changed xdvi.h  to insert
  19. > #define NO_FOIL_X_WCHAR_T
  20.  
  21. Is there no chance of dropping this weird #define?
  22. It's put there to allow compilation on some obscure machine,
  23. but has the effect of preventing compilation on lots of others
  24. (eg Linux, mips with gcc).
  25.  
  26. Surely this weird machine has some macro all to itself, 
  27. so you can say
  28.  
  29. #ifdef WEIRD_MACHINE
  30. ...
  31. #endif
  32.  
  33. > #ifndef NO_FOIL_X_WCHAR_T
  34. > There is probably a place to define this in the configuration
  35. > file, but this is the easy fix.
  36.  
  37. You can just add it to CFLAGS in the master Makefile
  38.  
  39.